.oursADV{
    width: 340px;
    height: 230px;
    background-color: #ffffff;
    border: solid 1px #7dc715;
    position: relative;
    margin-bottom: 20px;
}
.oursADV>h2{
    width: 100%;
    height: 60px;
    background-image: linear-gradient(85deg,
    #04c278 0%,
    #8ec807 100%);
    display: flex;
    align-items: center;
    justify-content: left;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}
.oursADV>p{
    margin-bottom: 15px;
    padding-left: 20px;
}
.oursADV a{
    color: #157efb;
}
.ADV2{
    width: 340px;
    height: 195px;
    margin-bottom: 20px;
    position: relative;
}
.ADV2 img{
    width: 340px;
    height: 195px;
}


.advBTN{
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
}
.advBTN>b{
	position: relative;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	width: 44px;
	height: 22px;
	text-align: center;
	z-index: 1;
}
.advBTN>b::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 22px;
	background-color: #000000;
	opacity: 0.5;
	z-index: -1;
}
